home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00138.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  263 b   |  16 lines

  1. on exitFrame
  2.   global cards
  3.   robo = 0
  4.   repeat with i = 1 to 8
  5.     if item i of cards = "0" then
  6.       robo = 1
  7.     end if
  8.   end repeat
  9.   if robo = "0" then
  10.     go(1, the moviePath & "enter6.dxr")
  11.   else
  12.     sprite(62).visible = 0
  13.     go("regular")
  14.   end if
  15. end
  16.